home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magnum One
/
Magnum One (Mid-American Digital) (Disc Manufacturing).iso
/
d7
/
hp100b1.arc
/
INSTALL.BAT
< prev
next >
Wrap
DOS Batch File
|
1991-02-28
|
543b
|
25 lines
REM %1 is Download
REM %2 is Upload
REM %3 is Misc.
REM %4 is Messages
REM Move Files
ECHO Moving Help Files. Please Wait ...
COPY *.HLP %3 > NUL
ERASE *.HLP
ECHO Compiling (Deleting Source) and Sample Script Extensions. Please Wait ...
ECHO CS.EXE must be in current directory or path.
CS TESTEXT.SLT > NUL
CS TESTEXTL.SLT > NUL
ERASE TESTEXT?.SLT
COPY TESTEXT?.SLC %3 > NUL
ECHO.
ECHO.
ECHO Host+Plus Installed! Use [Alt-G] in Telix to run Host+Plus
ECHO.
ECHO Press any key to return to Telix ...
PAUSE > NUL